Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
ArpPacket Class Reference

ARP packet structure. More...

Inheritance diagram for ArpPacket:
Pdu Signal

Public Attributes

short hardwareType
 
short protocolType
 
byte hardWareLength
 
byte protocolLength
 
short usOperation
 
mac srcMacAddress
 
ip srcIpAddress
 
mac dstMacAddress
 
ip dstIpAddress
 

Detailed Description

ARP packet structure.

Member Data Documentation

◆ dstIpAddress

ip ArpPacket::dstIpAddress

◆ dstMacAddress

mac ArpPacket::dstMacAddress

◆ hardWareLength

byte ArpPacket::hardWareLength

◆ hardwareType

short ArpPacket::hardwareType

◆ protocolLength

byte ArpPacket::protocolLength

◆ protocolType

short ArpPacket::protocolType

◆ srcIpAddress

ip ArpPacket::srcIpAddress

◆ srcMacAddress

mac ArpPacket::srcMacAddress

◆ usOperation

short ArpPacket::usOperation

The documentation for this class was generated from the following file: